From: Joey Hess Date: Tue, 18 Feb 2025 18:46:10 +0000 (-0400) Subject: improve apiurl description X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~6^2~148 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=9b42f5fe897921f782c917cb75614b0102293aaa;p=git-annex.git improve apiurl description --- diff --git a/Remote/GitLFS.hs b/Remote/GitLFS.hs index 372ba62a9b..d598ea5623 100644 --- a/Remote/GitLFS.hs +++ b/Remote/GitLFS.hs @@ -68,7 +68,7 @@ remote = specialRemoteType $ RemoteType [ optionalStringParser urlField (FieldDesc "url of git-lfs repository") , optionalStringParser apiUrlField - (FieldDesc "url of LFS API endpoint") + (FieldDesc "url of LFS API endpoint (when not specified derives from url)") ] , setup = mySetup , exportSupported = exportUnsupported